home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 November: Tool Chest / Dev.CD Nov 96 TC / Dev.CD Nov 96 TC.toast / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #1 / Videodisc Commands / card_8321.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  1.1 KB  |  48 lines

  1. -- card: 8321 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3170
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=56 top=301 right=336 bottom=83
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   pop card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 9
  29. ----- text -----
  30. Command:
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. blankVideo
  35.  
  36. -- part contents for background part 2
  37. ----- text -----
  38. Blank the display during the next search.
  39.  
  40. -- part contents for background part 3
  41. ----- text -----
  42. none
  43.  
  44. -- part contents for background part 4
  45. ----- text -----
  46. This command should be executed immediately before a searchVideo or playVideo command in order to blank the display during the search. It applies only to the next searchVideo or playVideo executed.
  47.  
  48. Most players will automatically blank the display on searching of more than a few frames.  Therefore, this command is seldom needed.